home *** CD-ROM | disk | FTP | other *** search
/ Aminet 28 / Aminet 28 (1998)(GTI - Schatztruhe)[!][Dec 1998].iso / Aminet / biz / demo / PlayHD.lha / PlayHD / History next >
Text File  |  1998-09-07  |  16KB  |  366 lines

  1. 13-1-97 : - SerRead(): When 'Sync' was set to 'Receive', SerRead() waited for any two
  2.                        incoming bytes. Fixed this so now it waits for 0xFC,0xFA which
  3.                        are the startcommands for a sequencer.
  4.                        
  5.           - Added an 'Options' menu with an item 'Volume Display' which turns on/off the
  6.             volume indicators. Warning: Selecting this menu-item while playing audio
  7.             doesn't change the internal status!
  8.             
  9.           - Changed GUI: white-black-white lines between channel faders. Samplenames are
  10.             printed next to slider.
  11.             
  12. 19-1-97:  - Further GUI-changes: smaller mixer-window, changed volume bars to a black
  13.             background and increased width.
  14.  
  15. 09-3-97:  - Added PROPNEWLOOK to mixing-sliders 
  16.           - SampleViewWindow created
  17.           - Splitted processing of IDCMP in separate functions per window
  18.  
  19. 31-3-97:  - Smaller MainWindow,SampleListWindow,EffectListWindow,TapeDeckWindow
  20.           - dsp.c -> DSP: Delay
  21.           
  22. 17-4-97:  - Solved windowtitles problem for EffectWindow
  23.  
  24. 18-4-97:  - Solved gadget creation/removal problem in EffectWindow
  25.           - Added gadgets for Sync
  26.  
  27. 19-4-97:  - Added version info
  28.           - Created gadgets for Delay
  29.  
  30. 20-4-97:  - Fixed bug in panning movement while playing song
  31.           - MasterVolume setting is now remembered 
  32.  
  33. 29-4-97:  - Delay: Original mix factor removed (always 100%)
  34.                    Created a table for delay mix factor -> great speed improvement
  35.                    Fixed bug in Delay: sample-end went wrong
  36.                    No range checking: sample still sounds good (strange...)
  37.  
  38. 30-4-97:  - SampleLength was incorrect: added +54 in LoadSample()
  39.           - Changed SampleViewWindow -> now time-based and smaller
  40.  
  41. 05-5-97:  - AHI Version 4 has arrived -> program now requires version 4
  42.           - Stop-button now immediately stops sample-playing (or after a harddisk-load)
  43.             (doesn't work when playing end of sample)
  44.           - Bug in filename-display in MixWindow removed (wrong length)
  45.           - Thanks to AHI Version 4 stereo samples are now possible
  46.           - PlayGadgets are disabled when sound is played and enabled again when finished
  47.           
  48. 06-5-97:  - Altered TapeDeckWindow: TimeDisplay and TimeSlider added
  49.           - Fixed bug in DrawSampleBoxes(): strset() caused MemWatch warning
  50.           - Changed SampleViewWindow to TimeLineDisplay
  51.  
  52. 07-5-97:  - Created SampleEditWindow with scrollbar for displaying one sample 
  53.  
  54. 11-5-97:  - Sample magnification added in SampleEditWindow
  55.  
  56. 18-5-97:  - Created graphical part of range selection for SampleEditWindow
  57.  
  58. 21-5-97:  - TimeSlider is disabled when playing samples and set to the right position when
  59.             playback has stopped
  60.           - Added volume display and time display to PlaySingle
  61.           - Start position can now be altered with TimeSlider for both PlaySingle and PlaySamples
  62.           
  63. 28-5-97:  - Fixed CloseWindow-bug of EffectWindow -> now the window can be closed safely
  64.  
  65. 02-6-97:  - Completely rewritten range selection
  66.           - Fixed Delay-bug
  67.  
  68. 03-6-97:  - Playback in SampleEditWindow can now be stopped
  69.  
  70. 05-6-97:  - Added tool EraseRange to SampleEditWindow
  71.           - Added simple Noise Gate to EffectList
  72.  
  73. 06-6-97:  - TimeSlider max value is now corresponding to LargestSampleLength
  74.  
  75. 12-6-97:  - Rewritten interrupt code for multiple sample playback
  76.           - Playback continues until longest sample has ended (previously until shortest sample!)
  77.           
  78. 21-6-97:  - Colors are not inherited anymore: MagicWB-colormap is used with darker red for
  79.             color 7
  80.  
  81. 01-7-97:  - Improved magnification of SampleEditWindow
  82.  
  83. 04-7-97:  - Many internal changes to sample editing
  84.           - Memorize Range and Copy Over functions added
  85.  
  86. 07-7-97:  - Insert Range added
  87.  
  88. 08-7-97:  - Channel mutes added
  89.  
  90. 11-7-97:  - Simple recording option added
  91.  
  92. 14-7-97:  - Program crashed when 8 samples were loaded due to an error in the MasterVolumeSlider,
  93.             fixed it
  94.  
  95. 15-7-97:  - Remove sample option added
  96.  
  97. 16-7-97:  - Changed MIDI start command to one byte (0xFA)
  98.           - Added MIDI stop command (0xFC)
  99.           - Added MIDI Machine Control (MMC) options Play and Stop
  100.  
  101. 19-7-97:  - Added 'Recording Options' window
  102.  
  103. 21-7-97:  - Added option to overwrite samplerate in EffectList
  104.           - Major bug discovered in Gadtools library. GTLV_Selected field of listview gadgets
  105.             is 4 bytes instead of 2!
  106.           
  107. 22-7-97:  - Bad way of time-stretching implemented
  108.           
  109. 23-7-97:  - MixToFile-gadget removed (AHI-FileSave mode can take care of this)
  110.           - MainWindow is now a backdrop window with the 'AHI-compatible' logo inside
  111.           - Increased screen depth to 16 colors because of logo
  112.           - Repositioned and resized SampleListWindow and EffectListWindow
  113.  
  114. 24-7-97:  - Fixed bug in sample display in SampleEditWindow and increased speed
  115.           - Added Pitch Shifter (only upshifting)
  116.           
  117. 25-7-97:  - Fixed bug in clean-up routines of PlayAIFF() and PlaySingle()
  118.           - Added downshifting to Pitch Shifter
  119.           - Decreased waiting time at end for samples played with PlaySingle()
  120.  
  121. 27-7-97:  - Added LocatorWindow with 5 locate points
  122.           - Added TimeCodeWindow to enter timecode position by numerical entry
  123.  
  124. 28-7-97:  - Play range added
  125.  
  126. 29-7-97:  - Added sliders for timestretching (stretchfactor and windowsize) and added crossfade
  127.             routines to timestretching and pitch shifting
  128.  
  129. 30-7-97:  - PlaySingle now has a better chance to stop when sample has finished, instead of
  130.             when buffer has finished
  131.           - Play and PlaySingle now stop directly when the Stop-button has been pushed
  132.  
  133. 31-7-97:  - Show Range added to SampleEditWindow
  134.  
  135. 09-8-97:  - BlitSample() rewritten: instead of using a scrollable bitmap, the sample is drawn
  136.             when scrolling in real-time. This results in a slower display but is necessary
  137.             for maximum zoom. It also uses less memory and is more portable.
  138.  
  139. 24-8-97:  - Major speed increase in drawing a range
  140.  
  141. 25-8-97:  - Added LowPass-,HighPass,BandWidth- and RejectFilters (without FFT,FIR or IIR).
  142.  
  143. 26-8-97:  - Added FIR-filter. Can read filter-files designed with FIRDesigner or AudioLab
  144.  
  145. 01-9-97:  - FIR-graph is displayed when FIR-coefficients file has been loaded
  146.           - Improved 'stop playing' again
  147.  
  148. 09-9-97:  - Timeline display now adapts to the largest sample length with a minimum of 4:30 minutes.
  149.             Removed vertical scrollbar of TimeLineWindow for now, because of the limit of 10 samples
  150.           - Resizing the TimeLineWindow could cause a crash under certain conditions, fixed.
  151.           - The maximum amount of seconds of the timeslider in the TapeDeckWindow was computed wrong
  152.             when more than one sample was loaded. Fixed.
  153.           - Timeslider is now updated when sample was played in SampleEditWindow
  154.           - Added Cut Range to SampleEditWindow
  155.  
  156. 10-9-97:  - Fixed several bugs in SampleEditWindow
  157.  
  158. 12-9-97:  - Improved Signal-handling when playing samples. Hopefully this will eliminate some
  159.             mysterious crashes when playing sample in SampleEditWindow.
  160.  
  161. 17-9-97:  - Added slider for window-size of pitch shifter
  162.           - AmigaGuide documentation written
  163.           - Added Online Help with menu-option and with 'Help'-key in many windows
  164.  
  165. 18-9-97:  - Changed Delay-gadgets for time and mix to sliders.
  166.           - Added feedback-line in Delay and feedback-% slider
  167.  
  168. 22-9-97:  - Added a simple Chorus to the effectlist
  169.           - A busy-pointer now appears when doing effect-processing
  170.  
  171. 24-9-97:  - Fixed a bug in the Timestretching routines
  172.           - When an effect is applied, the sample 'EFFECTSAMPLE' is loaded into the sample list.
  173.  
  174. 26-9-97:  - Stereo samples were not played long enough, fixed.
  175.           - Added Compressor/Limiter
  176.  
  177. 29-9-97:  - Some changes to the installer script and PlayHD.guide
  178.           - First public release version created for CU Amiga Magazine contest and submitted
  179.  
  180. 18-10-97: - Stereo samples still didn't play long enough sometimes, fixed.
  181.           - Wrong le